OpenRoads Designer CONNECT Edition SDK Help

createParabolaByRadiusAndVpiPoint Method

Constructs a profile parabola giving the end tangent and a vpi point.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola createParabolaByRadiusAndVpiPoint( DPoint3d startTg, DPoint3d endTg,double radius, DPoint3d vpiPoint)

Parameters

SettingDescription
  DPoint3d Start tangent of the parabola
  DPoint3d End tangent of the parabola
   Radius of the parabola
  DPoint3d Vpi point of the parabola

Return Value

ProfileParabola The profile parabola element

See Also